home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / include / sun3.md / RCS / sigMach.h,v < prev    next >
Encoding:
Text File  |  1989-06-16  |  1.7 KB  |  91 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.2
  10. date     89.06.16.13.17.27;  author rab;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     88.07.02.15.43.51;  author ouster;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @*** empty log message ***
  27. @
  28. text
  29. @/*
  30.  * sigMach.h --
  31.  *
  32.  *     Machine dependent data structures and procedure headers exported by the
  33.  *     the signal module.  These are are for the 68010 hardware.
  34.  *
  35.  * Copyright (C) 1985, 1988 Regents of the University of California
  36.  * Permission to use, copy, modify, and distribute this
  37.  * software and its documentation for any purpose and without
  38.  * fee is hereby granted, provided that the above copyright
  39.  * notice appear in all copies.  The University of California
  40.  * makes no representations about the suitability of this
  41.  * software for any purpose.  It is provided "as is" without
  42.  * express or implied warranty.
  43.  *
  44.  * $Header: /sprite/src/lib/include/sun3.md/RCS/sigMach.h,v 1.1 88/07/02 15:43:51 ouster Exp Locker: rab $ SPRITE (Berkeley)
  45.  */
  46.  
  47. #ifndef _SIGMACH
  48. #define _SIGMACH
  49.  
  50. /*
  51.  * The different machine dependent codes for an illegal instruction signal
  52.  */
  53.  
  54. #define    SIG_TRAPV        4
  55. #define    SIG_CHK            5
  56. #define    SIG_EMU1010        6
  57. #define    SIG_EMU1111        7
  58.  
  59.  
  60. #ifdef sun3
  61.  
  62. /*
  63.  * Machine dependent codes for mc68881 floating point exception signals
  64.  */
  65.  
  66. #define SIG_FP_UNORDERED_COND  48
  67. #define SIG_FP_INEXACT_RESULT  49
  68. #define SIG_FP_ZERO_DIV        50
  69. #define SIG_FP_UNDERFLOW       51
  70. #define SIG_FP_OPERAND_ERROR   52
  71. #define SIG_FP_OVERFLOW        53
  72. #define SIG_FP_NAN             54
  73. #endif
  74.  
  75. #endif /* _SIGMACH */
  76. @
  77.  
  78.  
  79. 1.1
  80. log
  81. @Initial revision
  82. @
  83. text
  84. @d16 1
  85. a16 1
  86.  * $Header: sigMach.h,v 2.0 87/08/11 09:32:40 brent Exp $ SPRITE (Berkeley)
  87. d31 17
  88. a47 1
  89. #endif _SIGMACH
  90. @
  91.